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