7 lines
87 B
C++
7 lines
87 B
C++
// See comments in -v1.c file.
|
|
int changed_var = 0;
|
|
|
|
int changed_fun() {
|
|
return 0;
|
|
}
|