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