repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Parser
/
CompoundStmtScope.c
blob
ab056f05683e8dbadbffd0af52e63fc0188606f3
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
void
foo
(
void
) {
4
{
5
typedef
float
X
;
6
}
7
X Y
;
// expected-error {{use of undeclared identifier}}
8
}