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