module imports.test58a;

void foo(T)() {
   long[] a;
   a[] = -a[];
}
