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