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