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