mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
11 lines
264 B
D
11 lines
264 B
D
// EXTRA_SOURCES: imports/a14116.d
|
|
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/imports/a14116.d(3): Error: module `ice14116.ice14116` from file fail_compilation/ice14116.d must be imported with 'import ice14116.ice14116;'
|
|
---
|
|
*/
|
|
|
|
module ice14116.ice14116;
|
|
|
|
void foo() {}
|