diff options
Diffstat (limited to 'tests/dll/nimhcr_1_2.nim')
-rw-r--r-- | tests/dll/nimhcr_1_2.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/dll/nimhcr_1_2.nim b/tests/dll/nimhcr_1_2.nim new file mode 100644 index 000000000..caf772450 --- /dev/null +++ b/tests/dll/nimhcr_1_2.nim @@ -0,0 +1,4 @@ + +import nimhcr_2 + +proc f_1*(): int = return f_2() |