(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test7252.d
alias char* function() Func;

alias const char* function() CFunc;

void to(S)(S) { }

void foo(CFunc cFunc)
{
    to(cFunc());
}