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