Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
imports
/
test58a.d
blob: 74dd90087c10b1523373134a77a1bdf648fe9adc [
file
] [
log
] [
blame
]
module
imports
.
test58a
;
void
foo
(
T
)()
{
long
[]
a
;
a
[]
=
-
a
[];
}