blob: a949c0cd85eadc1e7744862bb417f58bc38c2a2c [file] [log] [blame]
// PR c++/29570
template<int> struct A { static const int i; };
template<int N> const int A<N>::i = { A<N>::i };