Merging 7971:887db7d64bc9 with 7970:21b063622472.
[cacao.git] / tests / tst.java
1
2 class tst {
3         public static void Main(String[]s) {
4                 
5         //      storer ( new char[4][3], new char[2] );
6         }
7         
8
9
10         public static void storer(Object []a, Object o) {
11                 a[1] = o;
12         }
13 }