mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
16 lines
157 B
D
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;
|
|
}
|