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