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