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