int func(int x, int y) { int i; for(i = 0; i < 5; ++i) { int z = 0; z = x + y + i; return x + y; } }