(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
imports/
test58a.d
module imports.test58a;

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