aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/BUG22.c
blob: 9fd95254d3d2094910972b9e19bd0b38727d8596 (plain)
1
2
3
4
5
6

void
Rotate (float angle)
{
    float mag = (angle < 0) ? -angle : angle;
}