1// 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
8