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