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