Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
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}}
}