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