mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
7 lines
132 B
D
7 lines
132 B
D
// REQUIRED_ARGS: -de
|
|
// EXTRA_FILES: imports/test13582.d
|
|
deprecated module test13582a;
|
|
|
|
import imports.test13582;
|
|
|
|
void main() { }
|