Home | History | Annotate | Download | only in d
      1 package dot.junit.opcodes.shr_int_lit8.d;
      2 
      3 public class T_shr_int_lit8_3 {
      4 
      5     public int run(int a) {
      6         int b = -1;
      7         return a >> b;
      8     }
      9 }
     10