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