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