repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
FrontendC
/
2010-06-11-SaveExpr.c
blob
d1c122d79b481339447acfc08cae3f6c3baf0262
1
// RUN: %llvmgcc -S %s
2
// Test case by Eric Postpischil!
3
void
foo
(
void
)
4
{
5
char
a
[
1
];
6
int
t
=
1
;
7
((
char
(*)[
t
])
a
)[
0
][
0
] =
0
;
8
}