Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/users/joker-eph-python-bindings-maintainers
/
.
/
clang
/
test
/
Sema
/
recover-goto.c
blob: d79d20c1f2a394d5d8317c865d1744947c9704ae [
file
] [
log
] [
blame
] [
edit
]
// 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 '}'}}