blob: be7788d1abb571c0e9c5ed701cbdfb0451dea244 [file] [log] [blame]
Tanya Lattnere9af5d12004-11-06 22:41:00 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
Chris Lattner09dc5a62003-11-02 00:57:56 +00003union bdflush_param {
4 struct { int x; } b_un;
5 int y[1];
6} bdf_prm = {{30}};
7