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
/
2005-07-26-UnionInitCrash.c
blob
5572240181231bb51f56d37aba62f71b352bc950
1
// PR607
2
// RUN: %clang_cc1 %s -emit-llvm -o -
3
union
{
char
bytes
[
8
];
double
alignment
; }
EQ1
= {
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
};