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