blob: ce24b18ce55ba5b0ee0d02fc9152a77cf99cd912 [file] [log] [blame]
int a, c;
char b;
int d() {
a = 0;
for (; a <= 21; a = (short)a + 1)
b &= c;
}