aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/int128-2.h
blob: 4e441be8d0ddac2f27e8f82051a190a3aa300d43 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma GCC system_header

template<typename T>
  struct limits;

template<>
  struct limits<__int128> { };

template<>
  struct limits<unsigned __int128> { };