(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
disable_new.d
class C
{
    // force user of a type to use an external allocation strategy
    @disable new();
}

struct S
{
    // force user of a type to use an external allocation strategy
    @disable new();
}