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