https://issues.dlang.org/show_bug.cgi?id=13208
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Internal Error e2ir.c 2077 |[ICE](e2ir.c 2077) with |with array subtraction |array operation --- Comment #1 from [email protected] --- Reduced: void main() { int[][] a; a = [a[1][] - a[0][]]; } Internal error: e2ir.c 1910 --
