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