// RUN: clang-cc -fsyntax-only %s template int x(A x) { return x++; } int y() { return x(1); }