srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-401.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-401.cpp Tue Feb 02 01:39:43 2010 +0200
@@ -0,0 +1,10 @@
+//desc: test class name identify with base-class-spec
+//option:
+//date:2009-1-12 11:0:58
+//author:bolowyou
+//type: CT
+template<typename t, class tt>
+class NS1 :: MS2 :: myclass : public struct_
+{
+ LCleanedup mem; //check:myclass
+};