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