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