blob: 74dd90087c10b1523373134a77a1bdf648fe9adc [file] [log] [blame]
module imports.test58a;
void foo(T)() {
long[] a;
a[] = -a[];
}