summaryrefslogtreecommitdiffstats
path: root/test/Sema/recover-goto.c
blob: e7b9f3c8eafc5ac8fd334a90f62ce0fbffd0b1ed (plain)
1
2
3
4
// RUN: clang-cc -fsyntax-only %s -verify

void a() {goto A; // expected-error {{use of undeclared label}}
// expected-error {{expected '}'}}