1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/imports/a13311.d(8): Error: undefined identifier `PieceTree`
5 ---
6 */
7 module ice13311;
8 
9 struct TextPiece
10 {
11     import imports.a13311;
12 }
13