diff options
Diffstat (limited to 'test/D/CoreScanner/Image/test2.d')
| -rw-r--r-- | test/D/CoreScanner/Image/test2.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/D/CoreScanner/Image/test2.d b/test/D/CoreScanner/Image/test2.d new file mode 100644 index 0000000..f880d2f --- /dev/null +++ b/test/D/CoreScanner/Image/test2.d @@ -0,0 +1,11 @@ +import + module1, + module2, + module3; +import + p.submodule1, + p.submodule2; + +int main() { + return 0; +} |
