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