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