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