01: package test9; 02: 03: public class CCTest9c { 04: 05: public static void main(String[] args) { 06: CCTest9a e; 07: switch (args.length) { 08: case 0: 09: case 1: 10: 11: switch (e) { 12: case A: 13: 14: } 15: 16: } 17: } 18: }