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