repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Parser
/
recovery.m
blob
e1265262b1b2beddbdcb79e4910a45cf2300399d
1
// RUN: %clang_cc1 -fsyntax-only -verify -pedantic -fblocks %s
2
3
@interface Test0
4
@property (assign) id x // expected-error {{expected ';' at end of declaration list}}
5
@end