Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
8596bbe00e3cd670652ddaf0c22d14aa84bb6fb8
/
.
/
test
/
SemaObjC
/
missing-method-context.m
blob: 1378b3694012c733394c312da6b7e6494e1f1fa2 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -verify -fsyntax-only
-
(
void
)
compilerTestAgainst
;
// expected-error {{missing context for method declaration}}
void
xx
();
// expected-error {{expected method body}}