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