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