mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
10 lines
251 B
D
10 lines
251 B
D
/*
|
|
REQUIRED_ARGS: -Icompilable/imports -mv=lib=pkg22952
|
|
EXTRA_FILES: imports/pkg22952/package.d
|
|
*/
|
|
|
|
// Issue 22952 - Compiler fails to find package.d modules via -mv map
|
|
// https://issues.dlang.org/show_bug.cgi?id=22952
|
|
|
|
module test22952;
|
|
import lib;
|