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