repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve compatibility with older versions of Windows.
[llvm/msp430.git]
/
test
/
FrontendC
/
2005-07-26-UnionInitCrash.c
blob
563278a9c68ec6388c00c950f0f887f3ec41d8d7
1
// PR607
2
// RUN: %llvmgcc %s -S -o -
3
union
{
char
bytes
[
8
];
double
alignment
; }
EQ1
= {
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
};