blob: 50773e001aaae204ed4b4fdd5fc704b2cb7fac2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
from mimportsb {.all.} import fnb1, hfnb3
proc fn1*(): int = 1
proc fn2*(): int = 2
proc hfn3(): int = 3
proc hfn4(): int = 4
proc hfn5(): int = 5
export mimportsb.fnb2, hfnb3
|