blob: 0a2fc75dc111ef9374a4e1816c963bed021ed9b9 [file] [log] [blame]
// EXTRA_FILES: imports/a12511.d
module test12511;
import imports.a12511;
public class B
{
static void bar()
{
A.foo(0);
}
}
void main()
{}