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