llvm-capstone/clang/test/Parser/check-syntax-1.m
2008-01-02 19:17:38 +00:00

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