xref: /aosp_15_r20/external/clang/test/Sema/recover-goto.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: %clang_cc1 -fsyntax-only %s -verify
2 
a()3 void a() { // expected-note {{to match this '{'}}
4   goto A; // expected-error {{use of undeclared label}}
5 // expected-error {{expected '}'}}
6