OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20040214-1.c
1 void foo(void)
2 {
3   char c;
4
5   for (c = -75; c <= 75; c++)
6     ;
7 }