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