]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/compilable/test13194.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test13194.d
CommitLineData
b4c522fa
IB
1module test13194;
2
3class C13194
4{
5 static Object o = void;
6}
7
8struct S13194
9{
10 static Object o = void;
11}
12
13union U13194
14{
15 static Object o = void;
16}
17