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