dmd/compiler/test/compilable/test13194.d
2022-07-09 18:53:07 +02:00

16 lines
157 B
D

module test13194;
class C13194
{
static Object o = void;
}
struct S13194
{
static Object o = void;
}
union U13194
{
static Object o = void;
}