(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
int128-2.h
       1  #pragma GCC system_header
       2  
       3  template<typename T>
       4    struct limits;
       5  
       6  template<>
       7    struct limits<__int128> { };
       8  
       9  template<>
      10    struct limits<unsigned __int128> { };