Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
imports
/
imp22329.d
blob: 9dc3c8efa0693acfa4861ba62a9eeb956e7b5784 [
file
] [
log
] [
blame
]
void
func
(
T
)(
T arg
)
{
auto
a
=
arg
+
1
;
}