summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/objc-legacy-implementation-1.m
blob: c706ec75437a6a14b2c02cd4d0c2fe9307657ee8 (plain)
1
2
3
4
5
6
7
8
9
@implementation INTF // expected-warning {{cannot find interface declaration for 'INTF'}}
@end

INTF* pi;

INTF* FUNC()
{
	return pi;
}
OpenPOWER on IntegriCloud