//desc:test calling a leave function in member function for LS2 //option: //date:2008-8-12 15:58:1 //author:pingorliu //type: CT class CC { void funcL() {//check:-funcL,-leavers CL::fooL(); } };