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