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