repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
SemaObjC
/
method-no-context.m
blob
3c45beef04262faee597daf4799327f9817e5c86
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
- im0 { // expected-note{{to match this '{'}} expected-error{{missing context for method declaration}}
4
int a; return 0;
5
// expected-error{{expected '}'}}