srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-02.cpp
equal
deleted
inserted
replaced
|
1 //desc:test new(ELeave) call in leave function LC of LS3 |
|
2 //option: |
|
3 //date:2008-10-31 15:58:1 |
|
4 //author:pingorliu |
|
5 //type: CT |
|
6 |
|
7 void funcLC() |
|
8 { |
|
9 new(ELeave)CL(); //check:-func,-ELeave |
|
10 } |