[ERROR]
The variable was initialized more than once.
extern int i=2;
int i=3; // error
A variable must be initialized at most once.