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