Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
test
/
Parser
/
check-syntax-1.m
blob: 9036c65dce557d143b3a3cc33557624cf3191fb3 [
file
] [
log
] [
blame
]
// RUN: clang -fsyntax-only -verify %s
int
@interface
bla
;
// expected-error {{cannot combine with previous 'int' declaration specifier}}
@end