PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / c-c++-common / Wmisleading-indentation-4.c
blobd15a4793da46a09fb835967b9b07426fd4f87535
1 /* PR c++/70639 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wmisleading-indentation" } */
5 void bar (int);
6 void
7 foo (int x)
9 switch (x);
10 bar (x);