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