blob: 00bfd26bbd1642690b56a6c49b0936a53fe99903 [file] [log] [blame]
package test0243;
import java.util.*;
public class Test {
void m(){
try{
} catch (Exception e){m();}
}
}