blob: f4aa430cde18fa965748681b11f2ce572e3d04df [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -fsyntax-only -verify %s
Fariborz Jahanian0de2ae22008-01-02 19:17:38 +00002
3int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}}
4@end