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