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