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