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 '}'}}