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