blob: 1d6699f99c5846a1a6d60bd9b5edd2fc3b7d93c0 [file] [log] [blame]
// { dg-do compile }
// { dg-options "" }
@interface A
- (void)test;
@end
extern int foo();
void baz()
{
[foo test]; /* { dg-warning "invalid receiver type" } */
}