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