Sign in
llvm
/
llvm-project
/
ae42196bc493ffe877a7e3dff8be32035dea4d07
/
.
/
clang
/
test
/
Sema
/
recover-goto.c
blob: d79d20c1f2a394d5d8317c865d1744947c9704ae [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only %s -verify
void
a
(
void
)
{
// expected-note {{to match this '{'}}
goto
A
;
// expected-error {{use of undeclared label}}
// expected-error {{expected '}'}}