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

alias bug2962comment36!() bug2962_comment36_alias;

void main() {
    funcC!(bool)(1.0);
    foo!int(0);
}