blob: 1ab910db63ecf29429258ed4f712156290ffcb0e [file] [log] [blame]
The Android Open Source Projectf8057102009-03-15 16:47:16 -07001package dot.junit.opcodes.shr_int_lit8.d;
2
3public class T_shr_int_lit8_2 {
4
5 public int run(int a) {
6 int b = 2;
7 return a >> b;
8 }
9}