* m4/ac_prog_javac.m4 (AC_PROG_JAVAC): Removed jikes and
[cacao.git] / tests / II.java
1 interface II{
2 public void foo();
3 public void foo2();
4 }