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