new testcase for PR562

llvm-svn: 21849
This commit is contained in:
Chris Lattner 2005-05-10 22:32:29 +00:00
parent c3967716a8
commit afcc1a854b
1 changed files with 6 additions and 0 deletions

View File

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