Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
929742338206eec29caa7c20e3c484cc79f18240
/
.
/
test
/
CodeGen
/
union-init2.c
blob: b167f8026af4de58178ad85984bbeb8250794f0e [
file
] [
log
] [
blame
]
// RUN: clang-cc -emit-llvm %s -o - | not grep ptrtoint
// Make sure we generate something sane instead of a ptrtoint
union
x
{
long
long
b
;
union
x
*
a
;}
r
=
{.
a
=
&
r
};