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