]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/ice15760.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / ice15760.d
1 // PERMUTE_ARGS:
2 // EXTRA_SOURCES: imports/a15760.d
3
4 module ice15760;
5
6 import imports.a15760 : Foo;
7
8 struct Bar
9 {
10 __gshared Foo foo;
11 }