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