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