pub static cmdoutval: Atomic<i32>
Port of int cmdoutval; from Src/exec.c:225. Exit status of the most recent $(cmd). Drives $? when a varspc-only command runs alongside a substitution.
int cmdoutval;
Src/exec.c:225
$(cmd)
$?