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