Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9cb15b5be51b7e36f3fe0c9ee256eb9c99b9d796
/
.
/
test
/
FrontendC
/
2010-06-11-SaveExpr.c
blob: d1c122d79b481339447acfc08cae3f6c3baf0262 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s
// Test case by Eric Postpischil!
void
foo
(
void
)
{
char
a
[
1
];
int
t
=
1
;
((
char
(*)[
t
])
a
)[
0
][
0
]
=
0
;
}