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