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