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