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