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