[COMMITTED] Fix pthread errors in pr86637-2.c
[gcc.git] / gcc / testsuite / gcc.c-torture / compile / BUG22.c
1
2 void
3 Rotate (float angle)
4 {
5 float mag = (angle < 0) ? -angle : angle;
6 }