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