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