1 2 3 4 5 6 7 8 9 10 11
/* PR c++/70639 */ /* { dg-do compile } */ /* { dg-options "-Wmisleading-indentation" } */ void bar (int); void foo (int x) { switch (x); bar (x); }