Strange to me that this compiles, since I would expect there to be some C-like limitation on the position of the unspecified dimension. Is allowing this somehow useful?

int[1][][1] ub;
writeln("ub",ub);




Reply via email to