Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
6856c631cb15ec87cc92aad115a8fa6512612089
/
.
/
test
/
Parser
/
goto-ident.c
blob: 0dc7f4ec40db97c697f45eb32c6d48b26955680a [
file
] [
log
] [
blame
]
/* RUN: clang -parse-ast-check %s
*/
void
foo
()
{
goto
;
/* expected-error {{expected identifier}} */
}