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