Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
3641e811729fc7f21039af595d62bc8e696ff407
/
.
/
test
/
FrontendC
/
2005-05-10-GlobalUnionInit.c
blob: 443064c921d59d8b736fc81648cd7c72624eb775 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc %s -S -o -
union
A
{
// { uint }
union
B
{
double
*
C
;
}
D
;
}
E
=
{
{
(
double
*)
12312
}
};