// This bug was discovered while working on java/1413 (compiling freetds.)// http://gcc.gnu.org/ml/java-prs/2000-q4/msg00156.html// The following code should build.classfinal_local_switch{voidfoo(inttype){finalbyteCHARSET_CHANGE=(byte)3;finalbyteCHARSET_CHANGES=(byte)4;switch(type){caseCHARSET_CHANGE:break;caseCHARSET_CHANGES:break;}}}