Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c97fb9a394ce2cc5e664fcb472e93553528378ad
/
.
/
test
/
SemaObjC
/
method-no-context.m
blob: 484322e29edafef0f3eb8eface39516241ad863e [
file
] [
log
] [
blame
]
Steve Naroff
c97fb9a
2009-03-03 00:45:38 +0000
[
diff
] [
blame^
]
1
// RUN: clang -fsyntax-only -verify %s
2
3
-
im0
{
int
a
;
return
0
;
// expected-error{{missing context for method declaration}}
4
// expected-error{{expected '}'}}