@@ -3,7 +3,7 @@
int main(void)
{
int a = 3, b = 5, d = 5, x = 100;
- int c = 0;
+ int c;
if (a > b)
int c = a + b;