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