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