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