summaryrefslogtreecommitdiff
path: root/test/Parser/goto-ident.c
blob: 32051dc677eca7ef85bbe12e1ee4b57894f04f8a (plain)
1
2
3
4
5
6
/* RUN: %clang_cc1 -fsyntax-only -verify %s
*/

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