blob: b63cf8209da9d57a5f763ae0e277ecc7d01c3400 [file] [log] [blame]
// { dg-do compile { target c++17 } }
template <class T> struct A;
template <class T> struct A {
A(T&&);
};
int i;
A a = i; // { dg-error "" }