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