Initial revision
[cacao.git] / tests / b.java
1 public interface b 
2 {
3         public void do_b ();
4 }