Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
b82d6ef792cdc2eb9f72f5171bb6324dfffa68a3
/
.
/
test
/
Sema
/
objc-legacy-implementation-1.m
blob: c706ec75437a6a14b2c02cd4d0c2fe9307657ee8 [
file
] [
log
] [
blame
]
Fariborz Jahanian
1c0eedb
2007-09-25 21:00:20 +0000
[
diff
] [
blame
]
1
@implementation
INTF
// expected-warning {{cannot find interface declaration for 'INTF'}}
2
@end
3
4
INTF
*
pi
;
5
6
INTF
*
FUNC
()
7
{
8
return
pi
;
9
}