[MAINTAINERS] Update email and move to DCO
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / BUG22.c
blob9fd95254d3d2094910972b9e19bd0b38727d8596
2 void
3 Rotate (float angle)
5 float mag = (angle < 0) ? -angle : angle;