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