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