summaryrefslogtreecommitdiffstats
path: root/test/D/CoreScanner/Image/test1.d
blob: 4ca67998485edbf34078fbc2c730d5c8d46a329c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: MIT
//
// Copyright The SCons Foundation

import module1;
import module2;
import module3;
import p.submodule1;
import p.submodule2;

int main() {
   return 0;
}