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