(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr99283-5.h
       1  template<typename _Value>
       2  struct __traits
       3  {
       4    static const int __digits = 8;
       5    static const _Value __min = 0;
       6  };
       7  
       8  template<typename _Value>
       9  const _Value __traits<_Value>::__min;