llvm-project/clang/test/Parser/check-syntax-1.m

5 lines
149 B
Mathematica
Raw Normal View History

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