Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / pr59221.c
blob0cd425948fcb58f9524be08f584860273733994d
3 int a = 1, b, d;
4 short e;
6 int
7 main ()
9 for (; b; b++)
11 short f = a;
12 int g = 15;
13 e = f ? f : 1 << g;
14 int h = e;
15 d = h == 83647 ? 0 : h;
16 if (d != 1)
17 __builtin_abort ();
18 return 0;