* tests/codepatching: Moved to tests/regression/codepatching.
[cacao.git] / tests / regression / codepatching / getstaticJ.java
1 public class getstaticJ {
2     public static long l = 1234567890123L;
3 }