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