OSDN Git Service

gcc/testsuite:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / pr24393.m
1 /* { dg-compile } */
2 #include <objc/objc.h>
3
4 @interface Foo
5 {
6   Class isa;
7 }
8 - (void) doSomething:(id object; /* { dg-error "xpected .\\)." } */
9 - (void) someOtherMethod;
10 @end