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