Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice20709.d
blob: cc36de9496793333c65e283026238359f9c38280 [
file
] [
log
] [
blame
]
/*
EXTRA_FILES: imports/imp20709.d
TEST_OUTPUT:
---
fail_compilation/ice20709.d(10): Error: module `imp20709` import `Point` not found
---
*/
module
ice20709
;
import
imports
.
imp20709
:
Point
;
immutable
Point
aPoint
=
somePoint
;
Point
somePoint
()
{}