* tests/codepatching: Moved to tests/regression/codepatching.
[cacao.git] / tests / regression / codepatching / putstaticF.java
1 public class putstaticF {
2     public static float f;
3 }