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