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