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