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