aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/decltype18.C
blob: 4c1571a565f6d2bccd3210ee6e53546e89976171 (plain)
1
2
3
4
5
// PR c++/37875
// { dg-do compile { target c++11 } }

template <typename> struct X {};
X<decltype(1 > 2)> x;