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