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