blob: 0dc7f4ec40db97c697f45eb32c6d48b26955680a [file] [log] [blame]
/* RUN: clang -parse-ast-check %s
*/
void foo() {
goto ; /* expected-error {{expected identifier}} */
}