aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/goto-ident.c
blob: 87d6ea5513d0170a7f0eb2737ea25349283c8e32 (plain)
1
2
3
4
5
6
/* RUN: clang -fsyntax-only -verify %s
*/

void foo() { 
  goto ; /* expected-error {{expected identifier}} */
}