repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libjava
/
testsuite
/
libjava.compile
/
PR124.java
blob
2ec1fe9ea01400d8a3e2677de07aad02a9df7843
1
import
java
.
lang
.
reflect
.*;
2
3
public class
PR124
4
{
5
public static void
main
(
String
[]
args
)
6
{
7
System
.
out
.
println
(
new
InvocationTargetException
());
8
}
9
}