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