1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/test/Regression/CFrontend/2003-11-01-GlobalUnionInit.c
Chris Lattner ea2e52824b New testcase for PR79
llvm-svn: 9645
2003-11-02 00:57:56 +00:00

6 lines
85 B
C

union bdflush_param {
struct { int x; } b_un;
int y[1];
} bdf_prm = {{30}};