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