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