summary refs log tree commit diff stats
path: root/tests/dll/nimhcr_basic.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dll/nimhcr_basic.nim')
-rw-r--r--tests/dll/nimhcr_basic.nim8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/dll/nimhcr_basic.nim b/tests/dll/nimhcr_basic.nim
new file mode 100644
index 000000000..2e1f39ae0
--- /dev/null
+++ b/tests/dll/nimhcr_basic.nim
@@ -0,0 +1,8 @@
+discard """
+  output: '''
+Hello world
+'''
+"""
+# for now orc only tests successful compilation
+
+echo "Hello world"