summary refs log tree commit diff stats
path: root/tests/run/minit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/minit.nim')
-rwxr-xr-xtests/run/minit.nim2
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! ")