FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 921202-2.c
blob97d482b633c8e6e2775a46595031c9e29458e050
1 f(x, c)
3 for (;;)
5 if (x << c) break;
6 x++;