blob: 50a0b609b7af316d58c03d3e5fbe7235f4416a1d [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/ice12158.d(7): Error: module `object` import `nonexisting` not found
---
*/
import object : nonexisting;
auto x = nonexisting.init;