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