mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
218 B
D
8 lines
218 B
D
// REQUIRED_ARGS: -Icompilable/imports
|
|
|
|
// https://issues.dlang.org/show_bug.cgi?id=16701
|
|
// On Windows, Package.d may be capitalized since the file system is not case sensitive.
|
|
version(Windows)
|
|
{
|
|
import pkg16701;
|
|
}
|