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