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