mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-22 05:13:22 +08:00
[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:
parent
e66c64ea54
commit
b16dc51fd0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user