64a610d3f33f0dc78872e5d5a697ffc7fd320059
[cacao.git] / tests / regression / codepatching / getstaticF.java
1 public class getstaticF {
2     public static float f = 123.456F;
3 }