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