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