blob: c706ec75437a6a14b2c02cd4d0c2fe9307657ee8 [file] [log] [blame]
Fariborz Jahanian1c0eedb2007-09-25 21:00:20 +00001@implementation INTF // expected-warning {{cannot find interface declaration for 'INTF'}}
2@end
3
4INTF* pi;
5
6INTF* FUNC()
7{
8 return pi;
9}