mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-27 03:49:03 +08:00
10 lines
161 B
Java
10 lines
161 B
Java
|
import java.lang.reflect.*;
|
||
|
|
||
|
public class PR124
|
||
|
{
|
||
|
public static void main (String[] args)
|
||
|
{
|
||
|
System.out.println (new InvocationTargetException ());
|
||
|
}
|
||
|
}
|