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