1 int bar() { 2 int result = 0; 3 for (int i = 0; i<5566; ++i) { 4 result += 1; 5 } 6 return result; 7 } 8