1 2 3 4 5 6 7 8 9 10 11
@interface Y -(void)f; -(double)f2; -(void)e; @end void foo2() { // FIXME: Can't verify warnings in headers //(void)@selector(y); //(void)@selector(e); }