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