7 lines
116 B
C
7 lines
116 B
C
/* RUN: clang-cc -fsyntax-only -verify %s
|
|
*/
|
|
|
|
void foo() {
|
|
goto ; /* expected-error {{expected identifier}} */
|
|
}
|