blob: 112389d4a8ed8aadf596ae436c4ef9076f187673 [file] [log] [blame]
// PR c++/48265
// { dg-options -std=c++0x }
template < int > struct S
{
S () { const int i = i; i; };
};