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