[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:
SND\kernelnet_cp 2012-02-17 10:16:54 +00:00 committed by Mikhail I. Izmestev
parent 7f2e735905
commit 1d8f5373ed

View File

@ -76,6 +76,7 @@ structTest g_testArray[2] = { { 0, 500, true, 1 }, { 2, 1500, false, 1 } };
structTest *g_structTestPtr = &g_structTest; structTest *g_structTestPtr = &g_structTest;
structTest **g_structTestPtrPtr = &g_structTestPtr; structTest **g_structTestPtrPtr = &g_structTestPtr;
char helloStr[] = "Hello"; char helloStr[] = "Hello";
wchar_t helloWStr[] = L"Hello"; wchar_t helloWStr[] = L"Hello";
@ -159,6 +160,8 @@ struct listStruct1;
static listStruct1 *g_listHead1 = NULL; static listStruct1 *g_listHead1 = NULL;
void* g_voidPtr = g_listHead1;
struct listStruct1 { struct listStruct1 {
int num; int num;
struct listStruct1 *next; struct listStruct1 *next;