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