d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail21091a.d
blobc2bbe4d59e4d99b25d779621297a206d0494fcbd
1 // https://issues.dlang.org/show_bug.cgi?id=21091
3 /*
4 TEST_OUTPUT:
5 ----
6 fail_compilation/fail21091a.d(16): Error: unable to read module `Ternary`
7 fail_compilation/fail21091a.d(16): Expected 'Ternary.d' or 'Ternary/package.d' in one of the following import paths:
8 import path[0] = fail_compilation
9 import path[1] = $p:druntime/import$
10 import path[2] = $p:phobos$
11 ----
14 struct NullAllocator
16 import Ternary;
17 Ternary owns() { }