Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
c97c20446a42dc9e9df6eb225307d9174a34f1bc
/
.
/
test
/
Sema
/
objc-legacy-implementation-1.m
blob: c706ec75437a6a14b2c02cd4d0c2fe9307657ee8 [
file
] [
log
] [
blame
]
@implementation
INTF
// expected-warning {{cannot find interface declaration for 'INTF'}}
@end
INTF
*
pi
;
INTF
*
FUNC
()
{
return
pi
;
}