summary refs log tree commit diff stats
path: root/tests/modules/mexport2a.nim
blob: 3cf84337e821337a8b2a8a78d778e6fe4fc14f8c (plain) (blame)
1
2
3
4
5
6
7
import mexport2b
export mexport2b
proc printAbc*() = echo "abc"

proc foo*() = echo "A.foo"
;, type: 1} run/0: instruction main/0 run/0: ingredient 0 is 34 mem/0: storing in location 1 run/0: instruction main/1 run/0: ingredient 0 is 33 mem/0: storing in location 2 run/0: instruction main/2 run/0: ingredient 0 is 1 mem/0: location 1 is 34 run/0: ingredient 1 is 2 mem/0: location 2 is 33 run/0: product 0 is 1 mem/0: storing in location 3