mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 17:43:57 +00:00
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
|