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