forked from OSchip/llvm-project
parent
c3967716a8
commit
afcc1a854b
|
@ -0,0 +1,6 @@
|
||||||
|
// RUN: %llvmgcc %s -S -o -
|
||||||
|
|
||||||
|
union A { // { uint }
|
||||||
|
union B { double *C; } D;
|
||||||
|
} E = { { (double*)12312 } };
|
||||||
|
|
Loading…
Reference in New Issue