3d1dcd9bfd
http://llvm.org/svn/llvm-project/cfe/branches/release_28@114020 Approved by: rpaulo (mentor)
12 lines
167 B
Objective-C
12 lines
167 B
Objective-C
@interface Y
|
|
-(void)f;
|
|
-(double)f2;
|
|
-(void)e;
|
|
@end
|
|
|
|
void foo2() {
|
|
// FIXME: Can't verify warnings in headers
|
|
//(void)@selector(y);
|
|
//(void)@selector(e);
|
|
}
|