Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
41193e4464818d5c4809a8a4140bb0bf26d7733f
/
.
/
test
/
Parser
/
CompoundStmtScope.c
blob: d6a4730632ca43ad840a9eb3f048eaca8c43096c [
file
] [
log
] [
blame
]
Reid Spencer
5f016e2
2007-07-11 17:01:13 +0000
[
diff
] [
blame
]
1
// RUN: clang -parse-ast-check %s
2
3
int
foo
()
{
4
{
5
typedef
float
X
;
6
}
7
X Y
;
// expected-error {{use of undeclared identifier}}
8
}