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