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