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