brintos

brintos / llvm-project-archived public Read only

0
0
Text · 242 B · 655f565 Raw
18 lines · c
1@interface Y2  -(void)f;3  -(void)f2;4  -(void)x;5  -(void)y;6  -(void)e;7@end8 9void foo2(void) {10  // FIXME: Can't verify warnings in headers11  //(void)@selector(y);12  //(void)@selector(e);13}14 15@interface X (Blarg)16- (void)blarg_method;17@end18