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