int my_func(int x, int y) { if (x > 0) { return x; } else { return y; } } int x = my_func({{a}} - 5, {{b}});