OSDN Git Service

PR middle-end/51761
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920729-1.c
1 extern volatile int i;
2 f(){int j;for(;;)j = i;}