fd1299644b69065f9a764455eaa0e6cb19f0abd1
[reactos.git] / reactos / apps / tests / dump_shared_data / dump_shared_data.c
1 #include <stdio.h>
2 #include <ntddk.h>
3
4 int main()
5 {
6 printf("TickCountLow: %x\n",
7 SharedUserData->TickCountLow);
8 }