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