blob: 0dc7f4ec40db97c697f45eb32c6d48b26955680a [file] [log] [blame]
Chris Lattner95cfb852007-07-22 04:13:33 +00001/* RUN: clang -parse-ast-check %s
2*/
3
4void foo() {
5 goto ; /* expected-error {{expected identifier}} */
6}