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