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