diff options
Diffstat (limited to 'clang/test/Sema/recover-goto.c')
| -rw-r--r-- | clang/test/Sema/recover-goto.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/clang/test/Sema/recover-goto.c b/clang/test/Sema/recover-goto.c new file mode 100644 index 0000000..0e8f6d3 --- /dev/null +++ b/clang/test/Sema/recover-goto.c @@ -0,0 +1,5 @@ +// RUN: %clang_cc1 -fsyntax-only %s -verify + +void a() { // expected-note {{to match this '{'}} +  goto A; // expected-error {{use of undeclared label}} +// expected-error {{expected '}'}} | 
