[ci skip] update generated files
[scons.git] / test / D / HSTeoh / SingleStringCannotBeMultipleOptions / mod1.d
blob165514b6a101a62724ef4871c051b6a0eeb78b40
1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright The SCons Foundation
5 module mod1;
6 import std.stdio;
8 void print_msg() {
9 writeln("Hello, this is a test program for the new SCons D support");