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