summaryrefslogtreecommitdiffstats
path: root/test/D/MixedDAndC/Image/dmod.d
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/MixedDAndC/Image/dmod.d')
-rw-r--r--test/D/MixedDAndC/Image/dmod.d6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/D/MixedDAndC/Image/dmod.d b/test/D/MixedDAndC/Image/dmod.d
new file mode 100644
index 0000000..c609b9c
--- /dev/null
+++ b/test/D/MixedDAndC/Image/dmod.d
@@ -0,0 +1,6 @@
+module dmod;
+import std.stdio;
+
+void print_msg() {
+ writeln("Hello, this is a test program for the new SCons D support");
+}