brintos

brintos / llvm-project-archived public Read only

0
0
Text · 139 B · ddd7f5e Raw
7 lines · c
1// RUN: %clang_cc1 %s -emit-llvm -o -2 3union A {                    // { uint }4  union B { double *C; } D;5} E = { { (double*)12312 } };6 7