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