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