2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 990801-2.c
blob0a575ea17aa008f237ee801b4b270a8bcc847462
1 void f()
3 extern char* p;
4 int ch;
5 while (!(ch = 0)) {
6 if ((ch == 0) || (ch == 2)) {
7 break;
9 *p = 0;