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