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