* tests/Makefile.am (EXTRA_DIST): Added $(srcdir) to actually find the
[cacao.git] / tests / regression / codepatching / getstaticI.java
1 public class getstaticI {
2     public static int i = 123;
3 }