]> git.proxmox.com Git - rustc.git/blame - src/llvm/tools/clang/test/Sema/recover-goto.c
Imported Upstream version 0.6
[rustc.git] / src / llvm / tools / clang / test / Sema / recover-goto.c
CommitLineData
223e47cc
LB
1// RUN: %clang_cc1 -fsyntax-only %s -verify
2
3void a() { // expected-note {{to match this '{'}}
4 goto A; // expected-error {{use of undeclared label}}
5// expected-error {{expected '}'}}