dmd/compiler/test/runnable/imports/test10441c.d
2022-07-09 18:53:07 +02:00

5 lines
36 B
D

auto boo(T)(T t)
{
return 1;
}