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