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