dfmt/tests/issue0021.d.ref

10 lines
152 B
Plaintext

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