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