summaryrefslogtreecommitdiffstats
path: root/test/D/MixedDAndC/Image/dmod.d
blob: c609b9c73e102c9f6c7fa2949184f02bb9de03d6 (plain)
1
2
3
4
5
6
module dmod;
import std.stdio;

void print_msg() {
  writeln("Hello, this is a test program for the new SCons D support");
}