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