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