blob: 7cd707348ca362a3df5b96c8f8fffff60b677291 [file] [log] [blame]
Dan Gohman2d65d352009-08-25 15:38:29 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3union bdflush_param {
4 struct { int x; } b_un;
5 int y[1];
6} bdf_prm = {{30}};
7