Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2a9ddfb903ae3baede7282348afae1f750905248
/
.
/
test
/
FrontendC
/
2003-11-01-GlobalUnionInit.c
blob: be7788d1abb571c0e9c5ed701cbdfb0451dea244 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
union
bdflush_param
{
struct
{
int
x
;
}
b_un
;
int
y
[
1
];
}
bdf_prm
=
{{
30
}};