repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2015-01-14 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.lang
/
pr22211.java
blob
87a8e555c5dba22a7fae11427aaeb00de3fdf416
1
public class
pr22211
2
{
3
public static void
main
(
String
[]
args
)
4
{
5
Thread x
=
new
Thread
();
6
x
.
interrupt
();
7
}
8
}