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