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