int main() { register int i; volatile int j; for (i = 0; i < 100; i++); for (j = 0; j < 100; j++); return 0; }