(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
pch/
template-1.Hs
template<int> struct A
{
  enum { a, b = a };
  void foo(A<b>);
};