summaryrefslogtreecommitdiff
path: root/test/Parser/check-syntax-1.m
blob: 9036c65dce557d143b3a3cc33557624cf3191fb3 (plain)
1
2
3
4
// RUN: clang -fsyntax-only -verify %s

int @interface bla  ; // expected-error {{cannot combine with previous 'int' declaration specifier}}
@end