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