Chris Lattner | a60d156 | 2007-12-27 21:46:27 +0000 | [diff] [blame] | 1 | // RUN: clang -fsyntax-only -verify %s |
2 | |||||
Daniel Dunbar | 28680d1 | 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}} |