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