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