repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Driver: tweak handling of '--analyze' to invoke
[clang.git]
/
test
/
Sema
/
recover-goto.c
blob
0e8f6d3da4c88991ce947e91455159e6f71ddbf7
1
// RUN: %clang_cc1 -fsyntax-only %s -verify
2
3
void
a
() {
// expected-note {{to match this '{'}}
4
goto
A
;
// expected-error {{use of undeclared label}}
5
// expected-error {{expected '}'}}