summary refs log tree commit diff stats
path: root/tests/dll/nimhcr_2_2.nim
blob: 04ab2d3bbe7777b89bdae150db98c437ceec9835 (plain) (blame)
1
2
3
4
5
6
7
import hotcodereloading

proc f_2*(): int = return 1

afterCodeReload:
  echo "   2: after!"