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