1 /* Test -fsyntax-only compiler option */
2 /* { dg-do compile } */
3 /* { dg-options "-fsyntax-only" } */
5 #if defined(__has_attribute) && __has_attribute(objc_root_class)
6 __attribute__((objc_root_class))
9 -(void) my_method:(int) i with:(int) j;
13 -(void) my_method:(int) i with:(int) j { }