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