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