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