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