Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / testsuite / libjava.lang / PR20056.java
blobf73eb7f048beff8bd453b1f7349514f40efe2305
1 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);
9 public static void main(String[] args)
11 System.out.println("maude");