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