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