blob: 7c9b927bf516b11521b941118e6a2b54ca4cf014 [file] [log] [blame]
// PR c++/48265
template < int > struct S
{
S () { const int i = i; i; };
};