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