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