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