* tests/regression/bugzilla/Makefile.am (build): Changed -cp to
[cacao.git] / tests / regression / codepatching / getstaticI.java
1 public class getstaticI {
2     public static int i = 123;
3 }