repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ci skip] update generated files
[scons.git]
/
test
/
D
/
HSTeoh
/
SingleStringCannotBeMultipleOptions
/
mod1.d
blob
165514b6a101a62724ef4871c051b6a0eeb78b40
1
// SPDX-License-Identifier: MIT
2
//
3
// Copyright The SCons Foundation
4
5
module
mod1
;
6
import
std
.
stdio
;
7
8
void
print_msg
() {
9
writeln
(
"Hello, this is a test program for the new SCons D support"
);
10
}