SPONSORED LINKS
int x;
x = x;
/* shut up compiler warning */
Hrm? Then the compiler warns you about using an uninitialized variable.
Score:2