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