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