clad
clad copied to clipboard
Differentiating increment inside the if body fails with TBR on
Differentiating
double f(double val) {
double res = 0;
if(val)
res++;
return res;
}
with TBR on results in an error.