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