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