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