1896ab365b0446a20ac8fab4376f956de42b19a3
[cacao.git] / tests / CC.java
1 public class CC extends AA2
2 {
3 public void f() {
4   int x = 3;
5 }
6 }