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