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

class C13194
{
    static Object o = void;
}

struct S13194
{
    static Object o = void;
}

union U13194
{
    static Object o = void;
}