1 2 3 4 5 6 7 8 9 10 11 12
/* { dg-options "-Wmisleading-indentation" } */ int in_what; /* */ void process_char(char c) { switch( 0 ) { case 0: if( c == '>' ) in_what = 0; break; } }