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

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