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