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;
9 
10 struct TextPiece
11 {
12     import imports.a13311;
13 }
14