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