mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
New testcase for PR79
llvm-svn: 9645
This commit is contained in:
parent
74d605f0aa
commit
ea2e52824b
5
test/Regression/CFrontend/2003-11-01-GlobalUnionInit.c
Normal file
5
test/Regression/CFrontend/2003-11-01-GlobalUnionInit.c
Normal file
@ -0,0 +1,5 @@
|
||||
union bdflush_param {
|
||||
struct { int x; } b_un;
|
||||
int y[1];
|
||||
} bdf_prm = {{30}};
|
||||
|
Loading…
x
Reference in New Issue
Block a user