Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice12158.d
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
;