int test(void) {
  int a;
  int b;
  int c;
  int d;
  if (a + (b && c)) {
    a = 1;
  }
  return 0;
}
