void TestInspection(void) { int i = 0, a = 0; for(i = 0; i< 100; i++) { a = i*i; } }