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