mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
8 lines
115 B
D
8 lines
115 B
D
// REQUIRED_ARGS: -de
|
|
// EXTRA_FILES: imports/f313.d
|
|
import imports.f313;
|
|
|
|
void test()
|
|
{
|
|
imports.f313.bug();
|
|
}
|