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