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