Sign in
rust
/
rust-lang
/
llvm-project
/
98bfdac5ce82d1679f8af9a57501471812ab68d7
/
.
/
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 '}'}}