[0[0.1.x] added : reproducing test for issue #10641

git-svn-id: https://pykd.svn.codeplex.com/svn@75442 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2012-04-11 08:51:16 +00:00 committed by Mikhail I. Izmestev
parent e66c64ea54
commit b16dc51fd0

View File

@ -117,6 +117,11 @@ const ULONG g_constUlong = 0xffffff;
const ULONGLONG g_constUlonglong = 0xffffff000000;
class classChild : public classBase {
public:
static const int m_staticField = 100;
public:
int m_childField;
int m_childField2;