http://d.puremagic.com/issues/show_bug.cgi?id=1253 ------- Comment #3 from terranium at yandex.ru 2008-05-11 10:51 ------- workaround :-/ struct A { int a,b; } void f() { A[2] rg=[A(1,2),A(3,4)]; } --