Driver: tweak handling of '--analyze' to invoke
[clang.git] / test / Sema / recover-goto.c
blob0e8f6d3da4c88991ce947e91455159e6f71ddbf7
1 // RUN: %clang_cc1 -fsyntax-only %s -verify
3 void a() { // expected-note {{to match this '{'}}
4 goto A; // expected-error {{use of undeclared label}}
5 // expected-error {{expected '}'}}