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

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