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