Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
878520b6413663a13b1b56c7e3f256b1ecbb8db4
/
.
/
test
/
Parser
/
CompoundStmtScope.c
blob: 4d1da43e25b89ab3ae0586650d5c95147cc4152c [
file
] [
log
] [
blame
]
// RUN: clang -parse-ast -verify %s
int
foo
()
{
{
typedef
float
X
;
}
X Y
;
// expected-error {{use of undeclared identifier}}
}