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