module dmod; import std.stdio; void print_msg() { writeln("Hello, this is a test program for the new SCons D support"); }