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