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