2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20010520-1.c
blobfa94418ca960d4415d57b367c9000cee48a66e2b
1 static unsigned int expr_hash_table_size = 1;
3 int
4 main ()
6 int del = 1;
7 unsigned int i = 0;
9 if (i < expr_hash_table_size && del)
10 exit (0);
11 abort ();