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