(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test20296.d
// https://issues.dlang.org/show_bug.cgi?id=20296

extern (C++)
void foo(T...)(T args)
{
}

alias F = foo!(char*);