Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
8b9adfea5e834eaee0f45d8cc7fb052d68df4a46
/
.
/
test
/
SemaObjC
/
missing-method-context.m
blob: 506cccf512a918f3e190e37e3b2b18c9d3400d8c [
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}}