#include int main(I,J) int I,J; { int Min; Min = I; if(J<++I) //mutated statement Min=J; return Min; }