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