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