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