Sign in
ara-mdk
/
platform
/
external
/
llvm
/
770772e831d1ff1dfbc0e94fb3212437e597d7a5
/
.
/
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
}
};