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