dfmt/tests/issue0021.d
Hackerpilot 26e7212e0a Fix #21
2015-03-04 13:32:36 -08:00

9 lines
125 B
D

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