summary refs log tree commit diff stats
path: root/tests/misc/minit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/minit.nim')
-rw-r--r--tests/misc/minit.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/minit.nim b/tests/misc/minit.nim
new file mode 100644
index 000000000..513f46af5
--- /dev/null
+++ b/tests/misc/minit.nim
@@ -0,0 +1,2 @@
+# Test the new initialization for modules
+write(stdout, "Hello from module! ")