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