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