blob: 3c40d2635bcb174532c473959d1cd70bfdac55aa [file] [log] [blame]
// PR c++/56684
template < int T > struct S
{
static const int Ti = T;
S() { 1 << Ti; }
};