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