brintos

brintos / llvm-project-archived public Read only

0
0
Text · 253 B · 989b490 Raw
17 lines · c
1@interface X2  -(void)f;3  -(void)f2;4  -(void)g:(int)p;5  -(void)h:(int)p1 foo:(int)p2;6@end7 8void foo1(void) {9  // FIXME: Can't verify warnings in headers10  //(void)@selector(x);11  (void)@selector(f);12}13 14@interface X (Blah)15- (void)blah_method;16@end17