diff options
Diffstat (limited to 'tests/dll/nimhcr_0_5.nim')
-rw-r--r-- | tests/dll/nimhcr_0_5.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dll/nimhcr_0_5.nim b/tests/dll/nimhcr_0_5.nim new file mode 100644 index 000000000..aff4014ca --- /dev/null +++ b/tests/dll/nimhcr_0_5.nim @@ -0,0 +1,2 @@ + +proc getInt*(): int = return 42 # back to the answer... |