Dead
[official-gcc.git] / gomp-20050608-branch / libjava / testsuite / libjava.compile / pr8955.java
blobae78f503f9c431cd03c93eaeae27d5b001b0f69d
1 public class pr8955
3 static final int val = Integer.MIN_VALUE;
4 void foo()
6 switch(1) {
7 case val:
8 break;
9 case 1:
10 break;