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