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