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