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