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