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