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