You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Test to ensure changed variables and functions are accounted for correctly in
|
|
// --leaf-changes-only mode.
|
|
long changed_var = 0; // was int
|
|
|
|
long changed_fun() { // was int
|
|
return 0;
|
|
}
|