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