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