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