[ERROR]
A parameter object was declared with the same name as another parameter object of the same function.
void f(int i, int i);
Choose another name for the parameter object with the already used name.