]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/diag9210a.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / diag9210a.d
1 // REQUIRED_ARGS: -o-
2 // PERMUTE_ARGS:
3
4 /*
5 TEST_OUTPUT:
6 ---
7 fail_compilation/imports/diag9210b.d(6): Error: undefined identifier `A`
8 ---
9 */
10
11 import imports.diag9210b;
12 interface A {}