Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc.dg / pr24393.m
blob6dae2d317d5c169dd171494d395aaf62935c72b0
1 /* { dg-compile } */
2 #include <objc/objc.h>
4 @interface Foo
6   Class isa;
8 - (void) doSomething:(id object; /* { dg-error "xpected .\\)." } */
9 - (void) someOtherMethod;
10 @end