Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame^] | 1 | /* RUN: clang-cc -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 | } |