diff --git a/tests/imports/testfile2.d b/tests/imports/testfile2.d new file mode 100644 index 0000000..5a3a78e --- /dev/null +++ b/tests/imports/testfile2.d @@ -0,0 +1,4 @@ +module testfile2; + +void doStuff1(); +void doStuff2();