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