* tests/Makefile.am (EXTRA_DIST): Added $(srcdir) to actually find the
[cacao.git] / tests / regression / codepatching / getfieldF.java
1 public class getfieldF {
2     public float f = 123.456F;
3 }