Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / Wmultistatement-macros-6.c
blob5ec9cd9db26a80e9bb6928f8584c85e03df72f01
1 /* PR c/80116 */
2 /* { dg-options "-Wmultistatement-macros" } */
3 /* { dg-do compile } */
5 #define M \
6 if (x) x++; x++
8 void
9 f (int x)