module bug51; const ubyte[3] arr1 = 0; const ubyte[3] arr2 = [0]; const ubyte[3] arr3 = [0:1]; void main() {}