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