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