blob: b86681b21f592f9985df0ca3b063875460d1d862 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/imports/a13311.d(8): Error: undefined identifier `PieceTree`
---
*/
module ice13311;
struct TextPiece
{
import imports.a13311;
}