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