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