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