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