1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -emit-llvm %s -o /dev/null 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc union bdflush_param { 4*f4a2713aSLionel Sambuc struct { int x; } b_un; 5*f4a2713aSLionel Sambuc int y[1]; 6*f4a2713aSLionel Sambuc } bdf_prm = {{30}}; 7*f4a2713aSLionel Sambuc 8