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