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