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