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