source: trunk/gcc/libjava/testsuite/libjava.compile/pr10459_2.java

Last change on this file was 1389, checked in by bird, 21 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 136 bytes
Line 
1public class pr10459_2
2{
3 pr10459_2 x;
4
5 public void aMethod() throws Throwable
6 {
7 for (; ;x.clone().clone())
8 break;
9 }
10}
Note: See TracBrowser for help on using the repository browser.