]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/imports/a10528.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / imports / a10528.d
1 private enum string a = "asdfgh";
2 private enum { b = "asdfgh" }
3
4 struct S { private enum string c = "qwerty"; }
5 class C { private enum string d = "qwerty"; }
6