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