blob: 941dae44829af88dba0981364f6b1ebf89376d66 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only %s
template <class A> int x(A x) { return x++; }
int y() { return x<int>(1); }