mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02: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 ());
|
||
|
|
}
|
||
|
|
}
|