@ -8,7 +8,7 @@ int main(){
int a, b;
a = 10;
b = 0;
if(a>0)
if(a+1)
a = mul(a, b);
else
b = mul(a, b);