(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
value-dep1.C
// PR c++/48265

template < int > struct S
{
  S () { const int i = i; i; };
};