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