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