xxxxxxxxxx
--- test.d
import system;
void main()
{
writeln("Hello D");
}
--- system.d
module system;
public import std;