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