Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame^] | 1 | /* RUN: %clang_cc1 -fsyntax-only -verify %s |
Chris Lattner | 95cfb85 | 2007-07-22 04:13:33 +0000 | [diff] [blame] | 2 | */ |
3 | |||||
4 | void foo() { | ||||
5 | goto ; /* expected-error {{expected identifier}} */ | ||||
6 | } |