Fix hash of WIDEN_*_EXPR
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20010520-1.c
blob255a46392b7cc1a40e647f580d743cc83ac747f4
1 void abort (void);
2 void exit (int);
4 static unsigned int expr_hash_table_size = 1;
6 int
7 main ()
9 int del = 1;
10 unsigned int i = 0;
12 if (i < expr_hash_table_size && del)
13 exit (0);
14 abort ();