]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/runnable/imports/test11039b.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / imports / test11039b.d
CommitLineData
b4c522fa
IB
1
2module imports.test11039b;
3
4import test11039;
5
6static anotherGlobalField = SomeStruct!string("Hello Again!");
7