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