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