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