blob: c706ec75437a6a14b2c02cd4d0c2fe9307657ee8 [file] [log] [blame]
@implementation INTF // expected-warning {{cannot find interface declaration for 'INTF'}}
@end
INTF* pi;
INTF* FUNC()
{
return pi;
}