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