ref: 3b80bdf127a0e3d1551a4393008f702ca022f2b3 dir: /test/exportmain.myr/
use std pkg = const foo : (val:int -> int) ;; const foo = {val -> val } const main = { -> foo(42) }