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:
parent
c09e873482
commit
877248c8a3
6
test/Regression/CFrontend/2005-05-10-GlobalUnionInit.c
Normal file
6
test/Regression/CFrontend/2005-05-10-GlobalUnionInit.c
Normal file
@ -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
Block a user