mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
15 lines
163 B
D
15 lines
163 B
D
// EXTRA_FILES: imports/a12511.d
|
|
module test12511;
|
|
|
|
import imports.a12511;
|
|
|
|
public class B
|
|
{
|
|
static void bar()
|
|
{
|
|
A.foo(0);
|
|
}
|
|
}
|
|
|
|
void main()
|
|
{}
|