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