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