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