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