Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -fsyntax-only -verify %s |
Chris Lattner | 1e57144 | 2007-12-27 21:46:27 +0000 | [diff] [blame] | 2 | |
Daniel Dunbar | 246e70f | 2008-09-26 04:48:09 +0000 | [diff] [blame] | 3 | // FIXME: This is a horrible error message here. Fix. |
| 4 | int @"s" = 5; // expected-error {{prefix attribute must be}} |
Chris Lattner | 1fd8011 | 2009-01-09 04:34:13 +0000 | [diff] [blame] | 5 | |
| 6 | |
| 7 | // rdar://6480479 |
| 8 | @interface A |
| 9 | }; // expected-error {{missing @end}} expected-error {{expected external declaration}} |
| 10 | |