]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/pull6815.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / pull6815.d
1 /* REQUIRED_ARGS: -inline -Icompilable/extra-files
2 EXTRA_FILES: extra-files/e6815.d
3 */
4
5 void b()
6 {
7 import e6815 : e;
8 e("");
9 }