summaryrefslogtreecommitdiff
path: root/test/D/HSTeoh/SingleStringCannotBeMultipleOptions/mod1.d
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2014-04-19 13:32:44 -0400
committerGary Oberbrunner <garyo@oberbrunner.com>2014-04-19 13:32:44 -0400
commit1606035622588c1b92418aa0eae55af991be7e5b (patch)
treec73517dab3c1515331a60a67377bc3982ca84d65 /test/D/HSTeoh/SingleStringCannotBeMultipleOptions/mod1.d
parent50d276743a5d731dbeb617da3f7d28d0d38903ea (diff)
parent43ed3b8971a7f02ee0f29e0f01a19db7d06f42f8 (diff)
downloadscons-1606035622588c1b92418aa0eae55af991be7e5b.tar.gz
Merged in mjansson/scons-intel-support (pull request #128)
adding support for detecting intel compiler suites version 13 and later by doing chained registry lookups for each installation instance
Diffstat (limited to 'test/D/HSTeoh/SingleStringCannotBeMultipleOptions/mod1.d')
-rw-r--r--test/D/HSTeoh/SingleStringCannotBeMultipleOptions/mod1.d6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/D/HSTeoh/SingleStringCannotBeMultipleOptions/mod1.d b/test/D/HSTeoh/SingleStringCannotBeMultipleOptions/mod1.d
new file mode 100644
index 00000000..5f618020
--- /dev/null
+++ b/test/D/HSTeoh/SingleStringCannotBeMultipleOptions/mod1.d
@@ -0,0 +1,6 @@
+module mod1;
+import std.stdio;
+
+void print_msg() {
+ writeln("Hello, this is a test program for the new SCons D support");
+}