Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2b51a0806db1a717090cb2a2afc3e9634d536f09
/
.
/
test
/
CFrontend
/
2003-01-30-UnionInit.c
blob: 05422543f70171732b78f00cb0b021b04323336f [
file
] [
log
] [
blame
]
union
foo
{
struct
{
char
A
,
B
;
}
X
;
int
C
;
};
union
foo V
=
{
{
1
,
2
}
};