* Updated to jitcache-arm-x86 branch d4f6023b26c5+d1b5b1c106ac
[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