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