Merged branch subtype-trunk into default.
[cacao.git] / tests / gc / Simple.java
1 public class Simple {
2         public static void main(String[] s) {
3                 System.gc();
4         }
5 }