diff options
Diffstat (limited to 'tests/ic/mimportsb.nim')
-rw-r--r-- | tests/ic/mimportsb.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ic/mimportsb.nim b/tests/ic/mimportsb.nim new file mode 100644 index 000000000..3cae925c5 --- /dev/null +++ b/tests/ic/mimportsb.nim @@ -0,0 +1,4 @@ +proc fnb1*(): int = 1 +proc fnb2*(): int = 2 +proc hfnb3(): int = 3 +proc hfnb4(): int = 4 |