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