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