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