Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / testsuite / libjava.compile / PR14853.java
bloba800c52e3cfe794c2a4b43b0bf0972e75eb7c1aa
1 class tt
3 static final tt tt1 = new tt();
4 tt()
9 public class PR14853
11 public static void main (String[] args)
13 // This is an invalid assignment. gcj would get confused in
14 // definite assignment when compiling to object code.
15 tt.tt1 = new tt();