Sign in
ara-mdk
/
platform
/
external
/
clang
/
f72663fc962c1c27a4793ebd3d2e3d81a4f4e984
/
.
/
test
/
Parser
/
CompoundStmtScope.c
blob: 4f991031d0c3a598f6ce41087cc015f994e8b42c [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
void
foo
()
{
{
typedef
float
X
;
}
X Y
;
// expected-error {{use of undeclared identifier}}
}