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