mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
9 lines
122 B
Java
9 lines
122 B
Java
|
|
public class pr22211
|
||
|
|
{
|
||
|
|
public static void main(String[] args)
|
||
|
|
{
|
||
|
|
Thread x = new Thread();
|
||
|
|
x.interrupt();
|
||
|
|
}
|
||
|
|
}
|