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