1 // PR c++/48265
2 
3 template < int > struct S
4 {
SS5   S () { const int i = i; i; };
6 };
7