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