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