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