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