URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [G19990303_01.java] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
public class G19990303_01 { public static void main (String[] args) { try { Object[] ar = new String[3]; String[] as = new String[3]; System.out.println("1"); ar[0] = as; System.out.println("2"); } catch (Exception _) { System.out.println("X"); } System.out.println("3"); } }
Go to most recent revision | Compare with Previous | Blame | View Log