aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr98726.c
blob: ce24b18ce55ba5b0ee0d02fc9152a77cf99cd912 (plain)
1
2
3
4
5
6
7
int a, c;
char b;
int d() {
  a = 0;
  for (; a <= 21; a = (short)a + 1)
    b &= c;
}