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