blob: 87a8e555c5dba22a7fae11427aaeb00de3fdf416 [file] [log] [blame]
public class pr22211
{
public static void main(String[] args)
{
Thread x = new Thread();
x.interrupt();
}
}