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