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