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