summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/20010520-1.c
blob: fa94418ca960d4415d57b367c9000cee48a66e2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
static unsigned int expr_hash_table_size = 1;

int
main ()
{
  int del = 1;
  unsigned int i = 0;

  if (i < expr_hash_table_size && del)
    exit (0);
  abort ();
}