Чему равен x после выполнения этой программы?
int my_func(int x, int y) {
    return x - y;
}

int x = my_func({{a}},{{b}});
x = my_func({{c}},x);