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