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