//desc:test LCleanup class used in const member function for LS12 //option: //date:2008-8-12 15:58:1 //author:pingorliu //type: CT class temp { void func() const { LString8 s(KMaxString);//check:LString } };