(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test20923.d
version (D_LP64)
{
    alias size_t = uint;
}
else
{
    alias size_t = ulong;
}

struct S
{
    real not_reproduceable_without_this_variable;
}