Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
32a32840c164a1914965ef935379b3305f45c628
/
.
/
test
/
CFrontend
/
2002-07-30-SubregSetAssertion.c
blob: e00a3ce9452931920316b1d5bdab1fba38404116 [
file
] [
log
] [
blame
]
union
X
{
void
*
B
;
};
union
X foo
()
{
union
X A
;
A
.
B
=
(
void
*)
123
;
return
A
;
}