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