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