summaryrefslogtreecommitdiff
path: root/test/D/CoreScanner/Image/test1.d
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/CoreScanner/Image/test1.d')
-rw-r--r--test/D/CoreScanner/Image/test1.d9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/D/CoreScanner/Image/test1.d b/test/D/CoreScanner/Image/test1.d
new file mode 100644
index 00000000..d386d977
--- /dev/null
+++ b/test/D/CoreScanner/Image/test1.d
@@ -0,0 +1,9 @@
+import module1;
+import module2;
+import module3;
+import p.submodule1;
+import p.submodule2;
+
+int main() {
+ return 0;
+}