Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
clang
/
test
/
Parser
/
CompoundStmtScope.c
blob: ab056f05683e8dbadbffd0af52e63fc0188606f3 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
void
foo
(
void
)
{
{
typedef
float
X
;
}
X Y
;
// expected-error {{use of undeclared identifier}}
}