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