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