(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
const6.C
// PR c++/56684

template < int T > struct S
{
  static const int Ti = T;
  S() { 1 << Ti; }
};