main() { int i = 1; while (i++) if (i % 100000 == 0) printf("p1: %d 0x%x\n", i, &i); }