[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Sema / recover-goto.c
blobd79d20c1f2a394d5d8317c865d1744947c9704ae
1 // RUN: %clang_cc1 -fsyntax-only %s -verify
3 void a(void) { // expected-note {{to match this '{'}}
4 goto A; // expected-error {{use of undeclared label}}
5 // expected-error {{expected '}'}}