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