URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [PR20056.java] - Rev 775
Go to most recent revision | Compare with Previous | Blame | View Log
public class PR20056 { int x; PR20056(int x) {} PR20056(PR20056 f) { // The verifier rejected the generated code in this case. this(f.x = 0); } public static void main(String[] args) { System.out.println("maude"); } }
Go to most recent revision | Compare with Previous | Blame | View Log