1
0
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:
Chris Lattner 2003-11-02 00:57:56 +00:00
parent 74d605f0aa
commit ea2e52824b

View File

@ -0,0 +1,5 @@
union bdflush_param {
struct { int x; } b_un;
int y[1];
} bdf_prm = {{30}};