blob: 0263e96ec83a2b84aa06e4968a6243e5a990c2ba [file] [log] [blame]
/* APPLE LOCAL file radar 4156731 */
/* { dg-do compile } */
__attribute__((objc_root_class)) @interface A
- (void)test;
@end
extern int foo();
void baz()
{
[foo test]; /* { dg-warning "invalid receiver type" } */
}