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