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