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