blob: 438ab90ccddad6581a9a21a4b4f2f595c5571133 [file] [log] [blame]
// PR c++/34397
template<typename T, int = T()[0]> struct A
{
typedef A<T> B;
};