1 // See comments in -v1.c file. 2 int changed_var = 0; 3 changed_fun()4 int changed_fun() { 5 return 0; 6 } 7