(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
imports/
imp12242b2.d
module imports.imp12242b2;

// std.algorithm.strip
auto stripB(R, E)(R range, E element)
{
    return 2;
}
auto stripB(alias pred, R)(R range)
{
    return 3;
}