Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0b8f0a208e9849c7ea50173b98acb51efbe1f2c7
/
.
/
test
/
FrontendC
/
2005-07-26-UnionInitCrash.c
blob: 563278a9c68ec6388c00c950f0f887f3ec41d8d7 [
file
] [
log
] [
blame
]
// PR607
// RUN: %llvmgcc %s -S -o -
union
{
char
bytes
[
8
];
double
alignment
;
}
EQ1
=
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
};