* tests/regression/Makefile.am: Always use the same bootclasspath for
[cacao.git] / tests / GG.java
1 public class GG extends BB
2 {
3 public void f() {
4   int x = 5;
5 }
6 }