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