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