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