1 2 3 4 5 6
/* RUN: clang -fsyntax-only -verify %s */ void foo() { goto ; /* expected-error {{expected identifier}} */ }