// Unable to find matching overload for call to function void foo(int x); void bar(int x) { foo(x, x); }