int bar() { int result = 0; for (int i = 0; i<5566; ++i) { result += 1; } return result; }