Hi.. can anyone tell wat error/warning I will get on compiling this code:

Fun1()

{

Static int i=5;

i=i+1; //suspicious line is this

print(i)

}