Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / Wduplicated-branches-6.c
blob0010693d81ac5eae43819391465f107fbac00b60
1 /* PR c/64279 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wduplicated-branches" } */
5 void
6 f (int i)
8 if (i == 0)
10 else if (i == 1)