mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-07 08:34:59 +00:00
056e3a4e90
llvm-svn: 45491
5 lines
146 B
Objective-C
5 lines
146 B
Objective-C
// RUN: clang -fsyntax-only -verify %s
|
|
|
|
int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}}
|
|
@end
|