* tests/Makefile.am (EXTRA_DIST): Added $(srcdir) to actually find the
[cacao.git] / tests / regression / codepatching / getstaticJ.java
1 public class getstaticJ {
2     public static long l = 1234567890123L;
3 }