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