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