d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice13311.d
blob2aa01adcd491fdbe84d6d246a324fb0873267087
1 /*
2 EXTRA_FILES: imports/a13311.d
3 TEST_OUTPUT:
4 ---
5 fail_compilation/imports/a13311.d(8): Error: undefined identifier `PieceTree`
6 ---
7 */
8 module ice13311;
10 struct TextPiece
12 import imports.a13311;