// PR c++/29570

template<int> struct A { static const int i; };

template<int N> const int A<N>::i = { A<N>::i };


syntax highlighted by Code2HTML, v. 0.9.1