* tests/regression/bugzilla/PR113.java: Added new regression test.
[cacao.git] / tests / gc / Simple.java
1 public class Simple {
2         public static void main(String[] s) {
3                 System.gc();
4         }
5 }