blob: 47c8a83a23c035b0fb49c51e2543c0746465b6ad [file] [log] [blame]
module test13194;
class C13194
{
static Object o = void;
}
struct S13194
{
static Object o = void;
}
union U13194
{
static Object o = void;
}