1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

new testcase for PR562

llvm-svn: 21849
This commit is contained in:
Chris Lattner 2005-05-10 22:32:29 +00:00
parent c09e873482
commit 877248c8a3

View File

@ -0,0 +1,6 @@
// RUN: %llvmgcc %s -S -o -
union A { // { uint }
union B { double *C; } D;
} E = { { (double*)12312 } };