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