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