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