blob: dd43cfa370a42ec4e113f2b7597a5ec936507323 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// SPDX-License-Identifier: MIT
//
// Copyright The SCons Foundation
import
module1,
module2,
module3;
import
p.submodule1,
p.submodule2;
int main() {
return 0;
}
|