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