* tests/threadInterrupt.java: Added a test showing a bug in the pre-sable
[cacao.git] / tests / A2.java
1 public class A2 {
2 static A a2 = new A();
3 static int myZero;
4
5 }
6
7