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