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