aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/objc.dg/class-2.m
blob: b98d117f54c5f9df08b21e9dea968a26ed2081ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Test super classes.  */
/* { dg-do compile } */

@interface supclass1
@end

@interface supclass2
@end

@interface class1 : supclass1
@end

@implementation class1 : supclass2 /* { dg-error "conflicting super class name" } */
@end /* { dg-error "previous declaration" "" { target *-*-* } 13 } */