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