blob: d0af82f9f3dd905e35b1f8214b50ca67e688ecd9 [file] [log] [blame]
// Build don't link:
template <class T>
template <class U>
struct A { // ERROR - too many template parameter lists
public:
A() {}
A(const A<T>& b) {}
};