blob: 7cd707348ca362a3df5b96c8f8fffff60b677291 [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Tanya Lattnere9af5d12004-11-06 22:41:00 +00002
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