mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-19 19:13:22 +08:00
[0.1.x] test: test application updated
git-svn-id: https://pykd.svn.codeplex.com/svn@74273 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
7f2e735905
commit
1d8f5373ed
@ -76,6 +76,7 @@ structTest g_testArray[2] = { { 0, 500, true, 1 }, { 2, 1500, false, 1 } };
|
||||
structTest *g_structTestPtr = &g_structTest;
|
||||
structTest **g_structTestPtrPtr = &g_structTestPtr;
|
||||
|
||||
|
||||
char helloStr[] = "Hello";
|
||||
wchar_t helloWStr[] = L"Hello";
|
||||
|
||||
@ -159,6 +160,8 @@ struct listStruct1;
|
||||
|
||||
static listStruct1 *g_listHead1 = NULL;
|
||||
|
||||
void* g_voidPtr = g_listHead1;
|
||||
|
||||
struct listStruct1 {
|
||||
int num;
|
||||
struct listStruct1 *next;
|
||||
|
Loading…
Reference in New Issue
Block a user