* tests/codepatching: Moved to tests/regression/codepatching.
[cacao.git] / tests / regression / codepatching / putstaticD.java
1 public class putstaticD {
2     public static double d;
3 }