freebsd-dev/test/Parser/check-syntax-1.m
2009-06-02 17:58:47 +00:00

5 lines
149 B
Objective-C

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