i wont include includes etc!!!
Code:
int main()
{
int i = 4;
int t;

t = i * i;

cout << i;
return 0;
}
is that what you mean?