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