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