int test(void) {
  int a;
  int b;
  int cond;
  cond = (a && b);
  return 0;
}
