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