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

template<class>
struct K
{
  enum { A = sizeof"A", B = +A };
};