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