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