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