c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / Wmisleading-indentation-pr70693.c
blob0869b11fb33baee474df2d95d7469f3f4cd47e11
1 /* { dg-options "-Wmisleading-indentation" } */
3 int in_what; /* */
5 void process_char(char c) {
6 switch( 0 ) {
7 case 0:
8 if( c == '>' ) in_what = 0;
9 break;