* Merged with 3683e6f66d90.
[cacao.git] / tests / A2.java
1 public class A2 {
2 static A a2 = new A();
3 static int myZero;
4
5 }
6
7