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