Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
5917d7894e8274b9625275dd4dd86c5d0040a242
/
.
/
test
/
Parser
/
CompoundStmtScope.c
blob: 9aadbceac139681ca5755515faebbc591342cb34 [
file
] [
log
] [
blame
]
// RUN: clang -fsyntax-only -verify %s
int
foo
()
{
{
typedef
float
X
;
}
X Y
;
// expected-error {{use of undeclared identifier}}
}