blob: 9036c65dce557d143b3a3cc33557624cf3191fb3 [file] [log] [blame]
// RUN: clang -fsyntax-only -verify %s
int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}}
@end