[WARNING]
The const qualifier was used more than once for the same variable.
const const int i;
Constant variables need only one const qualifier.