dfmt/tests/otbs/issue0021.d.ref

9 lines
152 B
Plaintext

void func() {
if (!negative)
return this;
else if (a.negative)
return max();
else
return a.value == 0 ? a : this;
}