summaryrefslogtreecommitdiff
path: root/test/D/HSTeoh/SingleStringCannotBeMultipleOptions/mod1.d
blob: 5f618020c16aa419c5371f9b3f2936b9406d1040 (plain)
1
2
3
4
5
6
module mod1;
import std.stdio;

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