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