Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
llvm-project
/
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 '}'}}