GCC:
error: a label can only be part of a statement and a declaration is not a statement
switch(a){ swtch(a){
case 1: case 1:
.................... {
.................... ...............
.................... ...............
break; ................
case 2: }
break; break;
} case 2:
break;
}
Error OK
error: a label can only be part of a statement and a declaration is not a statement
原文:http://www.cnblogs.com/caidi/p/6273839.html