blob: 8290379494b6c69f79513084cc460cba470830a3 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3union bdflush_param {
4 struct { int x; } b_un;
5 int y[1];
6} bdf_prm = {{30}};
7