diff options
Diffstat (limited to 'test/D/HSTeoh/SingleStringCannotBeMultipleOptions/mod1.d')
| -rw-r--r-- | test/D/HSTeoh/SingleStringCannotBeMultipleOptions/mod1.d | 6 |
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 0000000..5f61802 --- /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"); +} |
