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