OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [PR20056.java] - Blame information for rev 765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 765 jeremybenn
public class PR20056 {
2
  int x;
3
  PR20056(int x) {}
4
  PR20056(PR20056 f) {
5
    // The verifier rejected the generated code in this case.
6
    this(f.x = 0);
7
  }
8
 
9
  public static void main(String[] args)
10
  {
11
    System.out.println("maude");
12
  }
13
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.