* tests/regression/Makefile.am: Always use the same bootclasspath for
[cacao.git] / tests / In0.java
1 // Test of Totally empty do nothing program
2 //   Use to test what is minimum # classes loaded
3 class In0 {
4 public static void main(String[] s) {
5  } 
6 }
7