mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 08:03:41 +08:00
11 lines
136 B
Java
11 lines
136 B
Java
|
public class pr10459_2
|
||
|
{
|
||
|
pr10459_2 x;
|
||
|
|
||
|
public void aMethod() throws Throwable
|
||
|
{
|
||
|
for (; ;x.clone().clone())
|
||
|
break;
|
||
|
}
|
||
|
}
|