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