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