module bug11; struct S { int[4] arr; } S s=S([1,2,3,4]); void main() { }