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