blob: c5fe8bb1a1874604db9f14247bf582f457281933 [file] [log] [blame]
Chris Lattner1e571442007-12-27 21:46:27 +00001// RUN: clang -fsyntax-only -verify %s
2
Daniel Dunbar246e70f2008-09-26 04:48:09 +00003// FIXME: This is a horrible error message here. Fix.
4int @"s" = 5; // expected-error {{prefix attribute must be}}
Chris Lattner1fd80112009-01-09 04:34:13 +00005
6
7// rdar://6480479
8@interface A
9}; // expected-error {{missing @end}} expected-error {{expected external declaration}}
10