forked from OSchip/llvm-project
5 lines
146 B
Mathematica
5 lines
146 B
Mathematica
|
// RUN: clang -fsyntax-only -verify %s
|
||
|
|
||
|
int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}}
|
||
|
@end
|