hanchenye-llvm-project/clang/test/CodeGen/2005-05-10-GlobalUnionInit.c

7 lines
139 B
C

// RUN: %clang_cc1 %s -emit-llvm -o -
union A { // { uint }
union B { double *C; } D;
} E = { { (double*)12312 } };