* tests/regression/jasmin/Makefile.am (JAVA): Prefix LD_LIBRARY_PATH.
[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