]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/fail_compilation/imports/a10169.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / imports / a10169.d
CommitLineData
03385ed3 1module imports.a10169;
2
3struct B
4{
5 private int x;
6}