1 /* 2 TEST_OUTPUT: 3 --- 4 fail_compilation/ice12158.d(7): Error: module object import 'nonexisting' not found 5 --- 6 */ 7 import object : nonexisting; 8 auto x = nonexisting.init; 9
1 /* 2 TEST_OUTPUT: 3 --- 4 fail_compilation/ice12158.d(7): Error: module object import 'nonexisting' not found 5 --- 6 */ 7 import object : nonexisting; 8 auto x = nonexisting.init; 9