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