2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 980729-1.c
blob973372b2ea327714ad8acbe981edbbc81a0d937a
1 static int
2 regex_compile ()
4 int c, c1;
5 char str[6 + 1];
6 c1 = 0;
7 for (;;)
9 do { } while (0) ;
10 if (c1 == 6 )
11 break;
12 str[c1++] = c;