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