hanchenye-llvm-project/clang/test/Sema/objc-legacy-implementation-1.m

10 lines
136 B
Objective-C

@implementation INTF // expected-warning {{cannot find interface declaration for 'INTF'}}
@end
INTF* pi;
INTF* FUNC()
{
return pi;
}