source:
trunk/gcc/libjava/testsuite/libjava.compile/pr10459.java
Last change on this file was 1389, checked in by , 21 years ago | |
---|---|
|
|
File size: 127 bytes |
Line | |
---|---|
1 | public class pr10459 |
2 | { |
3 | pr10459 x; |
4 | |
5 | public void aMethod() throws Throwable |
6 | { |
7 | for (; ;x.clone().clone()) |
8 | ; |
9 | } |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.