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