* tests/regression/Makefile.am: Always use the same bootclasspath for
[cacao.git] / tests / A2.java
1 public class A2 {
2 static A a2 = new A();
3 static int myZero;
4
5 }
6
7