llvm-project/llvm/test/Regression/CFrontend/2003-11-01-GlobalUnionInit.c

6 lines
85 B
C

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