aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/test13194.d
blob: cefa7ba0fed36a07f770b0cfc5e89a291e6699a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module test13194;

class C13194
{
    static Object o = void;
}

struct S13194
{
    static Object o = void;
}

union U13194
{
    static Object o = void;
}