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