int test(void) {
  int cond = 0;
  ? if (cond) return 17; else return 42;
}
