diff options
Diffstat (limited to 'tests/run/minit.nim')
-rwxr-xr-x | tests/run/minit.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run/minit.nim b/tests/run/minit.nim new file mode 100755 index 000000000..75fcebb77 --- /dev/null +++ b/tests/run/minit.nim @@ -0,0 +1,2 @@ +# Test the new initialization for modules +write(stdout, "Hello from module! ") |