(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.pt/
static4.C
// { dg-do assemble  }

template <class T>
struct S
{
  static const T t = 3;
};