summary refs log tree commit diff stats
path: root/tests/dll
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dll')
-rw-r--r--tests/dll/nimhcr_basic.nim7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/dll/nimhcr_basic.nim b/tests/dll/nimhcr_basic.nim
new file mode 100644
index 000000000..340c3fc4e
--- /dev/null
+++ b/tests/dll/nimhcr_basic.nim
@@ -0,0 +1,7 @@
+discard """
+  output: '''
+Hello world
+'''
+"""
+
+echo "Hello world"