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