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