repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2010-06-11-SaveExpr.c
blob
bfe0f35e269c5ab1febfbf7180d03f5085926b21
1
// RUN: %clang_cc1 -emit-llvm %s -o -
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
}