Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4aacad1f9348ccd2e40d3baeaf9826d456ef179e
/
.
/
clang
/
test
/
Parser
/
check-syntax-1.m
blob: 9036c65dce557d143b3a3cc33557624cf3191fb3 [
file
] [
log
] [
blame
]
Fariborz Jahanian
056e3a4
2008-01-02 19:17:38 +0000
[
diff
] [
blame
]
1
// RUN: clang -fsyntax-only -verify %s
2
3
int
@interface
bla
;
// expected-error {{cannot combine with previous 'int' declaration specifier}}
4
@end