blob: aa3ecb97a8791ce8e99f2bd72c8e43766b6c6148 [file]
package test9;
public class CCTest9c {
public static void main(String[] args) {
CCTest9a e;
switch (args.length) {
case 0:
case 1:
switch (e) {
case A:
}
}
}
}