* src/threads/posix/thread-posix.cpp (threads_impl_thread_free): Removed. It was
[cacao.git] / tests / array.java
1 public class array extends Object
2 {
3     public static void main (String args[])
4     {
5         System.out.println(args[0]);
6     }
7 }