http://d.puremagic.com/issues/show_bug.cgi?id=1253 ------- Comment #2 from terranium at yandex.ru 2008-05-11 10:38 ------- exists in 2.012, doesn't depend on asserts struct A { int a,b; } void f() { A[2] rg=[{1,2},{1,2}]; } --