diff options
Diffstat (limited to 'tests/dll/nimhcr_2_2.nim')
-rw-r--r-- | tests/dll/nimhcr_2_2.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/dll/nimhcr_2_2.nim b/tests/dll/nimhcr_2_2.nim new file mode 100644 index 000000000..04ab2d3bb --- /dev/null +++ b/tests/dll/nimhcr_2_2.nim @@ -0,0 +1,7 @@ + +import hotcodereloading + +proc f_2*(): int = return 1 + +afterCodeReload: + echo " 2: after!" |