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