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